home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / telecomm / bbs / tbbs093.lha / Util / FastCon.doc < prev   
Text File  |  1994-02-23  |  805b  |  22 lines

  1.  
  2. fastcon.device is a simple "replacement" for the console.device.  It's
  3. advantage is being able to scroll fast.
  4.  
  5. No different output "styles" are supported (bold, italic etc.), bold is
  6. displayed as bright if you use a 16-color screen with an EGA palette.
  7.  
  8. Warning:  This is a dangerous hack and will probably not work 100%
  9.  
  10. If you want to use this device in your own programs, just open it instead
  11. of the console.device for output (but not input - fastcon.device only
  12. supports CMD_WRITE).
  13.  
  14.     Known bugs
  15.  
  16.  - Doesn't like to be flushed (avail flush crashes)
  17.  - Ignores any other windows when scrolling (they'll scroll around too!)
  18.  - Only works on interleaved bitmaps on backdrop windows in an Amiga
  19.    screenmode and requires an ECS/AGA blitter
  20.  - Sometimes causes the console.device process to lock up
  21.  
  22.